home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8529 < prev    next >
Encoding:
Text File  |  1996-08-05  |  754 b   |  27 lines

  1. Newsgroups: comp.lang.c++
  2. Path: nntp.coast.net!torn!info!body2872
  3. From: body2872@mach1.wlu.ca (robert body 9308 u)
  4. Subject: visual c++ : importing DOS classes
  5. X-Newsreader: TIN [version 1.1 PL6]
  6. Message-ID: <DMsIus.Jt2@info.uucp>
  7. Nntp-Posting-Host: mach1.wlu.ca
  8. Sender: news@info.uucp (news management)
  9. Organization: Wilfrid Laurier University
  10. Date: Thu, 15 Feb 1996 00:04:04 GMT
  11.  
  12.  
  13. I need to bring in DOS classes into Visual C++ windows code.
  14. I want to use Class Wizard which needs a base class from which to inherit 
  15. for the new class.
  16.  
  17. The class I am creating I need to be "STATIC", ie it will be used for 
  18. math calculations etc,
  19. but no funky windows stuff dealing with dialog boxes.
  20.  
  21.  
  22. which base class should I derive from?
  23.  
  24.  
  25. --
  26. body2872@mach1.wlu.ca
  27.